Authored by bblu

Merge branch 'develop' of http://git.dev.yoho.cn/platform/yohobuy-doc into develop

@@ -20,8 +20,8 @@ @@ -20,8 +20,8 @@
20 "data": { 20 "data": {
21 "list": [ 21 "list": [
22 { 22 {
23 - "id": "",  
24 - “parentId": "", //父分类ID 23 + "id": "", //分类ID
  24 + "parentId": "", //父分类ID
25 "name": "", //分类名称 25 "name": "", //分类名称
26 "status": "", //状态,0关闭,1开启 26 "status": "", //状态,0关闭,1开启
27 "orderBy": "", //排序 27 "orderBy": "", //排序
@@ -108,13 +108,13 @@ @@ -108,13 +108,13 @@
108 "code":200, 108 "code":200,
109 "message":"操作成功", 109 "message":"操作成功",
110 "data": { 110 "data": {
111 - "id": "",  
112 - “parentId": "", //父分类ID 111 + "id": "", //分类ID
  112 + "parentId": "", //父分类ID
113 "name": "", //分类名称 113 "name": "", //分类名称
114 "status": "", //状态,0关闭,1开启 114 "status": "", //状态,0关闭,1开启
115 "orderBy": "", //排序 115 "orderBy": "", //排序
116 "advertCode": "", //广告码 116 "advertCode": "", //广告码
117 - } 117 + }
118 } 118 }
119 119
120 ``` 120 ```
@@ -129,7 +129,7 @@ @@ -129,7 +129,7 @@
129 ------------------------- 129 -------------------------
130 |属性名称|类型|例子|说明| 130 |属性名称|类型|例子|说明|
131 |--------|----|----|----| 131 |--------|----|----|----|
132 -|id|intr|43|分类id| 132 +|id|int|43|分类id|
133 --------------------- 133 ---------------------
134 134
135 ### 返回 135 ### 返回