Authored by chenchao

调整

@@ -11,9 +11,8 @@ @@ -11,9 +11,8 @@
11 ------------------------- 11 -------------------------
12 |属性名称|类型|例子|说明|是否必填| 12 |属性名称|类型|例子|说明|是否必填|
13 |--------|----|----|----|--------| 13 |--------|----|----|----|--------|
14 -|categoryId| int | 1 | 分类ID | 是|  
15 -|saleType| int | 1 | 1 : 可销售属性 2 : 非可销售属性 3 : 扩展属性 | 是|  
16 -|displayPosition| int | 1 | 1:基础商品 非销售属性 2:网销信息 上架后补全信息 3:网销信息 商品参数 | 是| 14 +|categoryId| int | 1 | 一级分类ID | 是|
  15 +
17 16
18 --------------------- 17 ---------------------
19 18
@@ -22,29 +21,66 @@ @@ -22,29 +21,66 @@
22 ``` json 21 ``` json
23 { 22 {
24 "code": 200, 23 "code": 200,
25 - "data": [  
26 - {  
27 - "attributeId": 22, 24 + "data":
  25 + {
  26 + "attributeId": 1,
28 "attributeName": "材质", 27 "attributeName": "材质",
29 - "attributeType": 2,  
30 - "attributeValues": "反光,毛呢,网布,皮革,麻,帆布",  
31 - "belong": 1,  
32 - "categoryId": 6,  
33 - "createTime": 1453970276,  
34 - "displayPosition": 1,  
35 - "inputType": "checkbox",  
36 - "isAllowAlias": "N",  
37 - "isColor": "N",  
38 - "isMust": "N",  
39 - "isSearch": "N",  
40 - "maxValueLen": 50,  
41 - "orderBy": 0,  
42 - "remark": "备注",  
43 - "saleType": 1,  
44 - "state": 1 28 + "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\"}]",
  29 + "categoryId": 1,
  30 + "idNameList": [
  31 + {
  32 + "id": "119",
  33 + "text": "反光"
  34 + },
  35 + {
  36 + "id": "113",
  37 + "text": "雪纺"
  38 + },
  39 + {
  40 + "id": "109",
  41 + "text": "太空棉"
  42 + },
  43 + {
  44 + "id": "79",
  45 + "text": "丹宁"
  46 + },
  47 + {
  48 + "id": "66",
  49 + "text": "毛呢"
  50 + },
  51 + {
  52 + "id": "18",
  53 + "text": "麻"
  54 + },
  55 + {
  56 + "id": "13",
  57 + "text": "尼龙/锦纶"
  58 + },
  59 + {
  60 + "id": "11",
  61 + "text": "皮革"
  62 + },
  63 + {
  64 + "id": "10",
  65 + "text": "棉"
  66 + },
  67 + {
  68 + "id": "9",
  69 + "text": "羊毛/羊绒"
  70 + },
  71 + {
  72 + "id": "6",
  73 + "text": "涤纶/聚酯纤维"
  74 + },
  75 + {
  76 + "id": "2",
  77 + "text": "PU"
  78 + }
  79 + ],
  80 + "inputType": "checkbox"
45 } 81 }
46 - ],  
47 - "md5": "4e99e4b293964790c38014175b3fd8c1", 82 + ,
  83 + "md5": "03f81b5d77079e9c922e1c38124780bc",
48 "message": "成功" 84 "message": "成功"
49 } 85 }
50 86