Authored by chenchao

材质

... ... @@ -4,13 +4,16 @@
# 查询所有图案纹理接口(用于页面多选)
> 接口名: `/productElements/queryProductElements4Select/`
> 接口名: `product/queryMaterialList`
### 入参
-------------------------
|属性名称|类型|例子|说明|是否必填|
|--------|----|----|----|--------|
|categoryId| int | 1 | 分类ID | 是|
|attributeType| int | 1 | 1 : 可销售属性 2 : 非可销售属性 3 : 扩展属性 | 是|
|displayPosition| int | 1 | 1:基础商品 非销售属性 2:网销信息 上架后补全信息 3:网销信息 商品参数 | 是|
---------------------
... ... @@ -21,92 +24,24 @@
"code": 200,
"data": [
{
"id": "1",
"text": "条纹"
},
{
"id": "2",
"text": "海魂"
},
{
"id": "3",
"text": "腰果花"
},
{
"id": "4",
"text": "豹纹"
},
{
"id": "5",
"text": "格纹"
},
{
"id": "6",
"text": "卡通"
},
{
"id": "7",
"text": "动物"
},
{
"id": "8",
"text": "撞色"
},
{
"id": "9",
"text": "纯色"
},
{
"id": "10",
"text": "骷髅"
},
{
"id": "11",
"text": "涂鸦"
},
{
"id": "12",
"text": "迷彩"
},
{
"id": "13",
"text": "波点"
},
{
"id": "14",
"text": "动物纹"
},
{
"id": "15",
"text": "人像"
},
{
"id": "16",
"text": "LOGO"
},
{
"id": "17",
"text": "数字字母"
},
{
"id": "18",
"text": "星星"
},
{
"id": "19",
"text": "渐变色"
},
{
"id": "20",
"text": "星空"
},
{
"id": "21",
"text": "千鸟格"
},
{
"id": "22",
"text": "花卉"
"attributeId": 22,
"attributeName": "材质",
"attributeType": 2,
"attributeValues": "反光,毛呢,网布,皮革,麻,帆布",
"belong": 1,
"categoryId": 6,
"createTime": 1453970276,
"displayPosition": 1,
"inputType": "checkbox",
"isAllowAlias": "N",
"isColor": "N",
"isMust": "N",
"isSearch": "N",
"maxValueLen": 50,
"orderBy": 0,
"remark": "备注",
"saleType": 1,
"state": 1
}
],
"md5": "4e99e4b293964790c38014175b3fd8c1",
... ...