Authored by chaogeng

plustar接口文档

plustar管理接口服务定义
---------------------
## plustar分类列表查询
> 接口名: '/guang/plustar/getList'
### 入参
-------------------------
|属性名称|类型|例子|说明|
|--------|----|----|----|
|brandType|String|1|频道id|
|status|String|1|品牌状态|
|brandId|String|432|品牌id|
|gender|String|1|性别|
---------------------
### 返回
``` json
{
"code":200,
"message":"操作成功",
"data": {
"list": [
{
"id": "57",
"bannerTitle": "纯粹纽约街头风格,纯粹纽约态度!", //banner标题
"brandId": "432", //品牌id
"brandName":"Married to the MOB", //品牌名称
"brandType": "1", //品牌类型
"categoryName": "潮流经典", //频道名称
"coverImg":"http://img10.static.yhbimg.com/yhb-img01/2015/05/21/21/016ebe9a51caff7fd634243f8063cfcf97.jpg?imageView/{mode}/w/{width}/h/{height}",//封面图
"gender": "3", //性别 1.男2.女3.通用
"isDifferent": "2", //是否区分男女 1区分 2不区分
"isRecommend": "2", //是否推荐 1推荐 2不推荐
"orderBy": "2", //排序
"status": "1", //是否可用 1可用 2不可用
"updateTime": 1449563008 //修改时间
}
]
}
}
```
```
\ No newline at end of file
... ...