## 列表
~~~[api]
post:Brand/getList
int:cid=默认值#分类ID
int:size=10#每页数量
int:page=1#页码
sort=rec#推荐商家
<<<
success
{
"code": 1,
"msg": "success",
"data": [
{
"id": 2,
"title": "PPG大师漆",
"cid": 19,
"img": "https://dc.mirge.cn/static/upload/be547952851516a1/415028fd1f8cece5.png",
"tagsids": "3,4",
"address": "浙江省湖州市吴兴区荣恒装饰",
"is_rec": 0,
"sort": 0,
"status": 1,
"is_deleted": 0,
"create_at": "2018-10-18 13:41:04",
"tagArr": [
{
"id": 3,
"title": "品质保证",
"img": "",
"sort": 0,
"status": 1,
"is_deleted": 0,
"create_at": "2018-10-18 13:32:36"
},
{
"id": 4,
"title": "送货上门",
"img": "",
"sort": 0,
"status": 1,
"is_deleted": 0,
"create_at": "2018-10-18 13:32:46"
}
]
}
],
"token": "372q2p1f1c1i1l2r2u1p38321g1h1c382t352s2y392q1l302w2q1h2u2q2t341d2q371d1c"
}
<<<
error
{
"code": 0,
"msg": "error",
"token": "372q2p1f1c1i1l2r2u1p38321g1h1c382t352s2y392q1l302w2q1h2u2q2t341d2q371d1c"
}
~~~