...
|
...
|
@@ -356,7 +356,7 @@ GET /SellerProductSpecialAttrController/queryProductSpecialAttrByProductId |
|
|
|
|
|
|
|
|
|
|
|
## 6. 根据品类查询商品参数列表
|
|
|
## 5. 根据品类查询商品参数列表
|
|
|
GET /SellerStandardController/queryProductParamBySortId
|
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 必填 | 示例 | 备注 |
|
...
|
...
|
@@ -408,7 +408,7 @@ GET /SellerStandardController/queryProductParamBySortId |
|
|
"message": "成功"
|
|
|
}
|
|
|
|
|
|
## 1、查询品类所有材质##
|
|
|
## 6、查询品类所有材质##
|
|
|
|
|
|
查询品类所有材质(/SellerProductController/querySellerProductMaterial)
|
|
|
|
...
|
...
|
@@ -431,9 +431,59 @@ http://127.0.0.1:8088/platform/SellerProductController/querySellerProductMateria |
|
|
"attributeName": "材质",
|
|
|
"attributeValues": "[{\"id\":119,\"name\":\"反光\"},{\"id\":113,\"name\":\"雪纺\"},{\"id\":109,\"name\":\"太空棉\"},{\"id\":79,\"name\":\"丹宁\"},{\"id\":66,\"name\":\"毛呢\"},{\"id\":18,\"name\":\"麻\"},{\"id\":13,\"name\":\"尼龙/锦纶\"},{\"id\":11,\"name\":\"皮革\"},{\"id\":10,\"name\":\"棉\"},{\"id\":9,\"name\":\"羊毛/羊绒\"},{\"id\":6,\"name\":\"涤纶/聚酯纤维\"},{\"id\":2,\"name\":\"PU\"}]",
|
|
|
"categoryId": 1,
|
|
|
"idNameList": [
|
|
|
{
|
|
|
"id": "119",
|
|
|
"text": "反光"
|
|
|
},
|
|
|
{
|
|
|
"id": "113",
|
|
|
"text": "雪纺"
|
|
|
},
|
|
|
{
|
|
|
"id": "109",
|
|
|
"text": "太空棉"
|
|
|
},
|
|
|
{
|
|
|
"id": "79",
|
|
|
"text": "丹宁"
|
|
|
},
|
|
|
{
|
|
|
"id": "66",
|
|
|
"text": "毛呢"
|
|
|
},
|
|
|
{
|
|
|
"id": "18",
|
|
|
"text": "麻"
|
|
|
},
|
|
|
{
|
|
|
"id": "13",
|
|
|
"text": "尼龙/锦纶"
|
|
|
},
|
|
|
{
|
|
|
"id": "11",
|
|
|
"text": "皮革"
|
|
|
},
|
|
|
{
|
|
|
"id": "10",
|
|
|
"text": "棉"
|
|
|
},
|
|
|
{
|
|
|
"id": "9",
|
|
|
"text": "羊毛/羊绒"
|
|
|
},
|
|
|
{
|
|
|
"id": "6",
|
|
|
"text": "涤纶/聚酯纤维"
|
|
|
},
|
|
|
{
|
|
|
"id": "2",
|
|
|
"text": "PU"
|
|
|
}
|
|
|
],
|
|
|
"inputType": "checkbox"
|
|
|
},
|
|
|
"md5": "715a830f58d4bf0d884d3b71d4266c96",
|
|
|
"md5": "0ed118a79a896ad8607ceebcb5aef197",
|
|
|
"message": "查询品类所有材质成功."
|
|
|
}
|
|
|
异常返回:
|
...
|
...
|
|