...
|
...
|
@@ -137,6 +137,24 @@ |
|
|
"url": "", //链接
|
|
|
"articleGender": "", //性别
|
|
|
"authorId": "", //作者
|
|
|
"tag":"", //标签
|
|
|
"articleContent":[
|
|
|
{
|
|
|
"id": 59,
|
|
|
"articleId": 15,
|
|
|
"templateKey": "singleImage"
|
|
|
"contentData": "{"template_name":"","template_intro":"","data":{}}",
|
|
|
"createTime": 1432174313,
|
|
|
"orderBy": 1
|
|
|
}
|
|
|
] //文章内容块
|
|
|
"brandList":[
|
|
|
{
|
|
|
"id": 202,
|
|
|
"brandName": "beats",
|
|
|
"brandIco":""
|
|
|
}
|
|
|
] //关联品牌信息
|
|
|
"status": "", //状态,-1已关闭,0 未发布,1 已发布
|
|
|
"createTime": "", //创建时间
|
|
|
"publishTime": "", //发布时间
|
...
|
...
|
@@ -166,6 +184,8 @@ |
|
|
|articleType|int|1|文章类型|
|
|
|
|adsImgSize|String|10881088|广告尺寸|
|
|
|
|url|String|{"action":"go.activity","url":"http://feature.yohobuy.com/0/0/373/index.html"|链接|
|
|
|
|contentData|String|{"templateKey":"singleImage","contentData":{"template_name":"singleImage","template_intro":"一张图片","data":{"0":{"url":{},"alt":"","src":""}}}"}|文章内容|
|
|
|
|brands|String|["102","103"]|关联品牌id|
|
|
|
---------------------
|
|
|
|
|
|
### 返回
|
...
|
...
|
@@ -199,6 +219,8 @@ |
|
|
|articleType|int|1|文章类型|
|
|
|
|adsImgSize|String|10881088|广告尺寸|
|
|
|
|url|String|{"action":"go.activity","url":"http://feature.yohobuy.com/0/0/373/index.html"|链接|
|
|
|
|contentData|String|{"id": 59,"orderBy":1,"templateKey":"singleImage","contentData":{"template_name":"singleImage","template_intro":"一张图片","data":{"0":{"url":{},"alt":"","src":""}}}"}|文章内容|
|
|
|
|brands|String|["102","103"]|关联品牌id|
|
|
|
|status|int|1(-1)|发布(关闭)|
|
|
|
|isRecommend|int|1(0)|推荐(取消推荐)|
|
|
|
---------------------
|
...
|
...
|
@@ -269,10 +291,6 @@ |
|
|
"code":200,
|
|
|
"message":"请求成功",
|
|
|
"data": {
|
|
|
"genderEnum": [{ //性别
|
|
|
"value": "",
|
|
|
"name": ""
|
|
|
}],
|
|
|
"publishStatusEnum": [{ //发布状态
|
|
|
"value": "",
|
|
|
"name": ""
|
...
|
...
|
@@ -284,10 +302,6 @@ |
|
|
"coverImageTypeEnum": [{ //封面图片类型
|
|
|
"value": "",
|
|
|
"name": ""
|
|
|
}],
|
|
|
"adsImgSizeEnum": [{ //广告尺寸
|
|
|
"value": "",
|
|
|
"name": ""
|
|
|
}]
|
|
|
}
|
|
|
}
|
...
|
...
|
|