...
|
...
|
@@ -4,12 +4,15 @@ |
|
|
|
|
|
# 查询所有图案纹理接口(用于页面多选)
|
|
|
|
|
|
> 接口名: `/productElements/queryProductElements4Select/`
|
|
|
> 接口名: `/product/product/queryElements/`
|
|
|
|
|
|
### 入参
|
|
|
|
|
|
-------------------------
|
|
|
|属性名称|类型|例子|说明|是否必填|
|
|
|
|categoryId| int | 1 | 分类ID | 是|
|
|
|
|attributeType| int | 1 | 1 - 可销售属性 2 - 非可销售属性 3 - 扩展属性 | 是|
|
|
|
|displayPosition| int | 1 | 1:基础商品-非销售属性 2:网销信息-上架后补全信息 3:网销信息-商品参数 | 是|
|
|
|
|--------|----|----|----|--------|
|
|
|
|
|
|
---------------------
|
...
|
...
|
@@ -19,96 +22,26 @@ |
|
|
``` json
|
|
|
{
|
|
|
"code": 200,
|
|
|
"data": [
|
|
|
{
|
|
|
"id": "1",
|
|
|
"text": "条纹"
|
|
|
"data": {
|
|
|
"attributeId": 16,
|
|
|
"attributeName": "图案纹理",
|
|
|
"attributeType": 2,
|
|
|
"attributeValues": "条纹,豹纹",
|
|
|
"belong": 1,
|
|
|
"categoryId": 454,
|
|
|
"createTime": 1453966719,
|
|
|
"displayPosition": 2,
|
|
|
"inputType": "checkbox",
|
|
|
"isAllowAlias": "N",
|
|
|
"isColor": "N",
|
|
|
"isMust": "N",
|
|
|
"isSearch": "N",
|
|
|
"maxValueLen": 50,
|
|
|
"orderBy": 0,
|
|
|
"remark": "备注",
|
|
|
"saleType": 0,
|
|
|
"state": 1
|
|
|
},
|
|
|
{
|
|
|
"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": "花卉"
|
|
|
}
|
|
|
],
|
|
|
"md5": "4e99e4b293964790c38014175b3fd8c1",
|
|
|
"message": "成功"
|
|
|
}
|
...
|
...
|
|