...
|
...
|
@@ -31,7 +31,9 @@ |
|
|
"classifyId": "2", //分类ID
|
|
|
"isHot": "1", //是否热门,0非热门,1热门
|
|
|
"status": "1", //状态,0关闭,1开启
|
|
|
"createTime": "1432113792"//创建时间
|
|
|
"createTime": "1432113792", //创建时间
|
|
|
"cover":"xxx.png",
|
|
|
"orderBy":"1"
|
|
|
}
|
|
|
]
|
|
|
}
|
...
|
...
|
@@ -44,6 +46,8 @@ |
|
|
|
|
|
> 接口名: '/guang/tags/addTag'
|
|
|
|
|
|
`Note: 上传图片 Bucket 用 articleTags`
|
|
|
|
|
|
### 入参
|
|
|
|
|
|
-------------------------
|
...
|
...
|
@@ -53,6 +57,8 @@ |
|
|
|classifyId|int|1|分类ID|
|
|
|
|isHot|int|1|是否热门|
|
|
|
|status|int|1|是否启用|
|
|
|
|cover |string|http://img11.static.yhbimg.com/plustar/2016/04/19/02/019be7398cad5ac1e2170938d3d2d02e20.jpg|封面|
|
|
|
|orderBy |int|1|排序|
|
|
|
---------------------
|
|
|
|
|
|
### 返回
|
...
|
...
|
@@ -80,6 +86,8 @@ |
|
|
|classifyId|int|1|分类ID|
|
|
|
|isHot|int|1|是否热门|
|
|
|
|status|int|1|是否启用|
|
|
|
|cover |string|http://img11.static.yhbimg.com/plustar/2016/04/19/02/019be7398cad5ac1e2170938d3d2d02e20.jpg|封面|
|
|
|
|orderBy |int|1|排序|
|
|
|
---------------------
|
|
|
|
|
|
### 返回
|
...
|
...
|
@@ -116,7 +124,9 @@ |
|
|
"classifyId": "2", //分类ID
|
|
|
"isHot": "1", //是否热门,0非热门,1热门
|
|
|
"status": "1", //状态,0关闭,1开启
|
|
|
"createTime": "1432113792"//创建时间
|
|
|
"createTime": "1432113792", //创建时间
|
|
|
"cover": "http://img11.static.yhbimg.com\\plustar/2016/04/19/02/019be7398cad5ac1e2170938d3d2d02e20.jpg",
|
|
|
"orderBy": 1
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -172,4 +182,4 @@ |
|
|
|
|
|
}
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
``` |
...
|
...
|
|