product-style.md
1.19 KB
风格接口服务定义
查询所有风格接口(用于下拉选择等k-v类型数据)
接口名:
/product/queryStyleList/
入参
属性名称 | 类型 | 例子 | 说明 | 是否必填 |
---|---|---|---|---|
categoryId | int | 1 | 分类ID | 是 |
saleType | int | 1 | 1 : 可销售属性 2 : 非可销售属性 3 : 扩展属性 | 是 |
displayPosition | int | 1 | 1:基础商品 非销售属性 2:网销信息 上架后补全信息 3:网销信息 商品参数 | 是 |
返回
{
"code": 200,
"data": [
{
"attributeId": 81,
"attributeName": "风格",
"attributeType": 2,
"attributeValues": "中性,时尚,潮流,原创,简洁,可爱,工装,甜美,前卫,性感,高街,复古,韩版,百搭,英伦,户外,街头,趣味,美式,机车,军事,朋克,暗黑,民族,学院,简约,日系",
"categoryId": 8,
"createTime": 1458121962,
"displayPosition": 2,
"inputType": "checkbox",
"isSearch": "",
"saleType": 2
}
],
"md5": "9020bc382b83709c2961bf8548e069b2",
"message": "成功"
}