Authored by chaogeng

update article.md

@@ -137,6 +137,24 @@ @@ -137,6 +137,24 @@
137 "url": "", //链接 137 "url": "", //链接
138 "articleGender": "", //性别 138 "articleGender": "", //性别
139 "authorId": "", //作者 139 "authorId": "", //作者
  140 + "tag":"", //标签
  141 + "articleContent":[
  142 + {
  143 + "id": 59,
  144 + "articleId": 15,
  145 + "templateKey": "singleImage"
  146 + "contentData": "{"template_name":"","template_intro":"","data":{}}",
  147 + "createTime": 1432174313,
  148 + "orderBy": 1
  149 + }
  150 + ] //文章内容块
  151 + "brandList":[
  152 + {
  153 + "id": 202,
  154 + "brandName": "beats",
  155 + "brandIco":""
  156 + }
  157 + ] //关联品牌信息
140 "status": "", //状态,-1已关闭,0 未发布,1 已发布 158 "status": "", //状态,-1已关闭,0 未发布,1 已发布
141 "createTime": "", //创建时间 159 "createTime": "", //创建时间
142 "publishTime": "", //发布时间 160 "publishTime": "", //发布时间
@@ -166,6 +184,8 @@ @@ -166,6 +184,8 @@
166 |articleType|int|1|文章类型| 184 |articleType|int|1|文章类型|
167 |adsImgSize|String|10881088|广告尺寸| 185 |adsImgSize|String|10881088|广告尺寸|
168 |url|String|{"action":"go.activity","url":"http://feature.yohobuy.com/0/0/373/index.html"|链接| 186 |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":""}}}"}|文章内容|
  188 +|brands|String|["102","103"]|关联品牌id|
169 --------------------- 189 ---------------------
170 190
171 ### 返回 191 ### 返回
@@ -199,6 +219,8 @@ @@ -199,6 +219,8 @@
199 |articleType|int|1|文章类型| 219 |articleType|int|1|文章类型|
200 |adsImgSize|String|10881088|广告尺寸| 220 |adsImgSize|String|10881088|广告尺寸|
201 |url|String|{"action":"go.activity","url":"http://feature.yohobuy.com/0/0/373/index.html"|链接| 221 |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":""}}}"}|文章内容|
  223 +|brands|String|["102","103"]|关联品牌id|
202 |status|int|1(-1)|发布(关闭)| 224 |status|int|1(-1)|发布(关闭)|
203 |isRecommend|int|1(0)|推荐(取消推荐)| 225 |isRecommend|int|1(0)|推荐(取消推荐)|
204 --------------------- 226 ---------------------
@@ -269,10 +291,6 @@ @@ -269,10 +291,6 @@
269 "code":200, 291 "code":200,
270 "message":"请求成功", 292 "message":"请求成功",
271 "data": { 293 "data": {
272 - "genderEnum": [{ //性别  
273 - "value": "",  
274 - "name": ""  
275 - }],  
276 "publishStatusEnum": [{ //发布状态 294 "publishStatusEnum": [{ //发布状态
277 "value": "", 295 "value": "",
278 "name": "" 296 "name": ""
@@ -284,10 +302,6 @@ @@ -284,10 +302,6 @@
284 "coverImageTypeEnum": [{ //封面图片类型 302 "coverImageTypeEnum": [{ //封面图片类型
285 "value": "", 303 "value": "",
286 "name": "" 304 "name": ""
287 - }],  
288 - "adsImgSizeEnum": [{ //广告尺寸  
289 - "value": "",  
290 - "name": ""  
291 }] 305 }]
292 } 306 }
293 } 307 }