...
|
...
|
@@ -88,7 +88,11 @@ |
|
|
|
|
|
### 入参
|
|
|
|
|
|
无
|
|
|
-------------------------
|
|
|
|属性名称|类型|例子|说明|
|
|
|
|--------|----|----|----|
|
|
|
|parentId|int|0|上级分类id|
|
|
|
---------------------
|
|
|
|
|
|
### 返回
|
|
|
|
...
|
...
|
@@ -140,19 +144,20 @@ |
|
|
"tag":"", //标签
|
|
|
"articleContent":[
|
|
|
{
|
|
|
"id": 59,
|
|
|
"articleId": 15,
|
|
|
"templateKey": "singleImage"
|
|
|
"contentData": "{"template_name":"","template_intro":"","data":{}}",
|
|
|
"createTime": 1432174313,
|
|
|
"orderBy": 1
|
|
|
"id": 59, //内容id
|
|
|
"articleId": 15, //文章id
|
|
|
"templateKey": "singleImage" //模板key
|
|
|
"contentData": "{"template_name":"","template_intro":"","data":{}}", //内容
|
|
|
"createTime": 1432174313, //创建时间
|
|
|
"orderBy": 1 //排序
|
|
|
}
|
|
|
] //文章内容块
|
|
|
"brandList":[
|
|
|
{
|
|
|
"id": 202,
|
|
|
"brandName": "beats",
|
|
|
"brandIco":""
|
|
|
"id": 202, //品牌id
|
|
|
"brandName": "beats", //品牌名称
|
|
|
"brandIco":"", //品牌图片
|
|
|
"brandCategory":"1" //品牌分类,1 yohobuy品牌 2全球购品牌
|
|
|
}
|
|
|
] //关联品牌信息
|
|
|
"status": "", //状态,-1已关闭,0 未发布,1 已发布
|
...
|
...
|
@@ -185,7 +190,8 @@ |
|
|
|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|
|
|
|
|brands|String[]|[{"id":102,"brandCategory":1},{"id":103,"brandCategory":2}]|关联品牌信息,brandCategory 1 yohobuy品牌 2 全球购品牌|
|
|
|
|tag|String|欧美,复古,街头|文章标签|
|
|
|
---------------------
|
|
|
|
|
|
### 返回
|
...
|
...
|
@@ -220,7 +226,8 @@ |
|
|
|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|
|
|
|
|brands|String[]|[{"id":102,"brandCategory":1},{"id":103,"brandCategory":2}]|关联品牌信息,brandCategory 1 yohobuy品牌 2 全球购品牌|
|
|
|
|tag|String|欧美,复古,街头|文章标签|
|
|
|
|status|int|1(-1)|发布(关闭)|
|
|
|
|isRecommend|int|1(0)|推荐(取消推荐)|
|
|
|
---------------------
|
...
|
...
|
|