Authored by chaogeng

update

@@ -88,7 +88,11 @@ @@ -88,7 +88,11 @@
88 88
89 ### 入参 89 ### 入参
90 90
91 - 91 +-------------------------
  92 +|属性名称|类型|例子|说明|
  93 +|--------|----|----|----|
  94 +|parentId|int|0|上级分类id|
  95 +---------------------
92 96
93 ### 返回 97 ### 返回
94 98
@@ -140,19 +144,20 @@ @@ -140,19 +144,20 @@
140 "tag":"", //标签 144 "tag":"", //标签
141 "articleContent":[ 145 "articleContent":[
142 { 146 {
143 - "id": 59,  
144 - "articleId": 15,  
145 - "templateKey": "singleImage"  
146 - "contentData": "{"template_name":"","template_intro":"","data":{}}",  
147 - "createTime": 1432174313,  
148 - "orderBy": 1 147 + "id": 59, //内容id
  148 + "articleId": 15, //文章id
  149 + "templateKey": "singleImage" //模板key
  150 + "contentData": "{"template_name":"","template_intro":"","data":{}}", //内容
  151 + "createTime": 1432174313, //创建时间
  152 + "orderBy": 1 //排序
149 } 153 }
150 - ] //文章内容块 154 + ] //文章内容块
151 "brandList":[ 155 "brandList":[
152 { 156 {
153 - "id": 202,  
154 - "brandName": "beats",  
155 - "brandIco":"" 157 + "id": 202, //品牌id
  158 + "brandName": "beats", //品牌名称
  159 + "brandIco":"", //品牌图片
  160 + "brandCategory":"1" //品牌分类,1 yohobuy品牌 2全球购品牌
156 } 161 }
157 ] //关联品牌信息 162 ] //关联品牌信息
158 "status": "", //状态,-1已关闭,0 未发布,1 已发布 163 "status": "", //状态,-1已关闭,0 未发布,1 已发布
@@ -185,7 +190,8 @@ @@ -185,7 +190,8 @@
185 |adsImgSize|String|10881088|广告尺寸| 190 |adsImgSize|String|10881088|广告尺寸|
186 |url|String|{"action":"go.activity","url":"http://feature.yohobuy.com/0/0/373/index.html"}|链接| 191 |url|String|{"action":"go.activity","url":"http://feature.yohobuy.com/0/0/373/index.html"}|链接|
187 |contentData|String[]|[{"templateKey":"singleImage","contentData":{"template_name":"singleImage","template_intro":"一张图片","data":{"0":{"url":{},"alt":"","src":""}}}"}]文章内容| 192 |contentData|String[]|[{"templateKey":"singleImage","contentData":{"template_name":"singleImage","template_intro":"一张图片","data":{"0":{"url":{},"alt":"","src":""}}}"}]文章内容|
188 -|brands|String[]|["102","103"]|关联品牌id| 193 +|brands|String[]|[{"id":102,"brandCategory":1},{"id":103,"brandCategory":2}]|关联品牌信息,brandCategory 1 yohobuy品牌 2 全球购品牌|
  194 +|tag|String|欧美,复古,街头|文章标签|
189 --------------------- 195 ---------------------
190 196
191 ### 返回 197 ### 返回
@@ -220,7 +226,8 @@ @@ -220,7 +226,8 @@
220 |adsImgSize|String|10881088|广告尺寸| 226 |adsImgSize|String|10881088|广告尺寸|
221 |url|String|{"action":"go.activity","url":"http://feature.yohobuy.com/0/0/373/index.html"}|链接| 227 |url|String|{"action":"go.activity","url":"http://feature.yohobuy.com/0/0/373/index.html"}|链接|
222 |contentData|String[]|[{"id": 59,"orderBy":1,"templateKey":"singleImage","contentData":{"template_name":"singleImage","template_intro":"一张图片","data":{"0":{"url":{},"alt":"","src":""}}}"}]|文章内容| 228 |contentData|String[]|[{"id": 59,"orderBy":1,"templateKey":"singleImage","contentData":{"template_name":"singleImage","template_intro":"一张图片","data":{"0":{"url":{},"alt":"","src":""}}}"}]|文章内容|
223 -|brands|String[]|["102","103"]|关联品牌id| 229 +|brands|String[]|[{"id":102,"brandCategory":1},{"id":103,"brandCategory":2}]|关联品牌信息,brandCategory 1 yohobuy品牌 2 全球购品牌|
  230 +|tag|String|欧美,复古,街头|文章标签|
224 |status|int|1(-1)|发布(关闭)| 231 |status|int|1(-1)|发布(关闭)|
225 |isRecommend|int|1(0)|推荐(取消推荐)| 232 |isRecommend|int|1(0)|推荐(取消推荐)|
226 --------------------- 233 ---------------------