Authored by chenchao

调整

... ... @@ -11,9 +11,8 @@
-------------------------
|属性名称|类型|例子|说明|是否必填|
|--------|----|----|----|--------|
|categoryId| int | 1 | 分类ID | 是|
|saleType| int | 1 | 1 : 可销售属性 2 : 非可销售属性 3 : 扩展属性 | 是|
|displayPosition| int | 1 | 1:基础商品 非销售属性 2:网销信息 上架后补全信息 3:网销信息 商品参数 | 是|
|categoryId| int | 1 | 一级分类ID | 是|
---------------------
... ... @@ -22,29 +21,66 @@
``` json
{
"code": 200,
"data": [
{
"attributeId": 22,
"data":
{
"attributeId": 1,
"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
"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": "4e99e4b293964790c38014175b3fd8c1",
,
"md5": "03f81b5d77079e9c922e1c38124780bc",
"message": "成功"
}
... ...