...
|
...
|
@@ -5,23 +5,27 @@ |
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|----:|
|
|
|
|productName|string|是|商品名称||
|
|
|
|productName|string|是|商品名称|名称|
|
|
|
|brandId|int|是|22|品牌的ID号|
|
|
|
|maxSortId|int|是|1|一级品类的Id|
|
|
|
|middleSortId|int|是|22|二级品类的ID|
|
|
|
|smallSortId|int|是|33|三级品类的ID|
|
|
|
|gender|string|是|1|1代表男 2代表女 3代表通用|
|
|
|
|factoryCode|string|是|厂家编码||
|
|
|
|factoryCode|string|是|厂家编码|厂家编码|
|
|
|
|retailPrice|double|是|188.00|吊牌价|
|
|
|
|salesPrice|double|是|188.00|销售价|
|
|
|
|goodsYears|int|是|2018|商品年|
|
|
|
|goodsSeason|int|是|1|货品季 1代表春 2夏 3秋 4冬 5春夏 6秋冬|
|
|
|
|ageLevel|string|是|1|年龄层1成人2大童3小童 4中童 5幼童 多选用单竖线分隔 |
|
|
|
|seasons|string|是|spring|是|适销季spring春秋summer夏 winter冬 seasons四季|
|
|
|
|sellerGoodsInfoStr|string|是|商品信息|json串|商品颜色尺码列表的json|
|
|
|
|
|
|
|
|
|
|sellerGoodsInfoStr|string|是|商品信息|json串|商品颜色尺码列表|
|
|
|
|factoryCode|string|是|款型编码|编码|
|
|
|
|factoryGoodsName|string|是|亚红色|颜色展示名称|
|
|
|
|goodsName|string|是|红色|色系名称|
|
|
|
|colorId|int|是|22|色系ID|
|
|
|
|goodsSizeList|string|是|JSON串|当前颜色下面尺码列表json|
|
|
|
|
|
|
####商品颜色的参数说明
|
|
|
|
|
|
|
|
|
|factoryCode|string|是|款型编码|编码|
|
...
|
...
|
|